home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000441_news@columbia.edu _Thu Mar 20 09:59:54 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA03467
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 20 Mar 1997 09:59:53 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA11887
  7.     for kermit.misc@watsun; Thu, 20 Mar 1997 09:59:52 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!news-xfer.netaxs.com!xfer.kren.nm.kr!usenet.kornet.nm.kr!ames!purdue!mozo.cc.purdue.edu!wieland
  9. From: Jeff_Wieland@ces.purdue.edu (Jeff Wieland)
  10. Newsgroups: comp.protocols.kermit.misc,comp.os.cpm
  11. Subject: Re: Back to Basics II (Blank screen in CP/M kermit)
  12. Date: 20 Mar 1997 14:46:14 GMT
  13. Organization: Purdue University Agricultural Computer Network
  14. Lines: 51
  15. Message-ID: <5grijm$erf@mozo.cc.purdue.edu>
  16. References: <5gki33$8qi@sun.lclark.edu> <5gpk2t$e0p@mozo.cc.purdue.edu>
  17. NNTP-Posting-Host: viking.acn.ces.purdue.edu
  18. Originator: wieland@viking.acn.ces.purdue.edu
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:6773 comp.os.cpm:18659
  20.  
  21. In article <5gpk2t$e0p@mozo.cc.purdue.edu> Jeff_Wieland@ces.purdue.edu (Jeff Wieland) writes:
  22. >In article <5gki33$8qi@sun.lclark.edu> miller@sun.lclark.edu (John Miller) writes:
  23. >I'd be real suspicious that one or more of the line driver chips is 
  24. >blown.  These chips convert between the TTL levels of the Z80 SIO and
  25. >RS-232C levels.  I blew one or two of them on my 2X once, and I got
  26. >really weird results with a breakout box.
  27. >
  28. >Anyway, the '84 series Kaypros have 3 line drivers either two 1488's
  29. >and one 1489, or two 1489's and one 1488.  If you open up an '84 Kaypro,
  30. >they are near the back of the motherboard by the serial ports (if your
  31. >Kaypro has two serial ports, called serial data and serial printer, then
  32. >its a '84 series).  You could just replace them all, they're cheap.
  33.  
  34. To follow up my own post, there are in fact two 1489's (U3 and U5) and one 
  35. 1488 (U4).  U5 is used for RS-232 inputs by SIO-1, channel A, which is the 
  36. serial data port (J4 - SIO-2 channel A).  This is probably the failed chip.  
  37. U4 (RS-232 output) is shared by both serial ports, and U3 is used only by 
  38. the serial printer port (J3).  U4 MIGHT be the problem, and you might want 
  39. to replace it as well.
  40.  
  41. The lines used on J4 are:
  42.  
  43.     1  tied to ground
  44.     2  TXD
  45.     3  RXD
  46.     4  RTS
  47.     5  CTS
  48.     6  pulled high through a 5.1K resistor
  49.     7  tied to ground
  50.     8  DCD
  51.     20 DTR
  52.  
  53. By the way, the serial printer port has ONLY the following connections:
  54.  
  55.     2  RXD
  56.     3  TXD
  57.     20 CTS
  58.  
  59. SIO-1 channel B is connected to J2, the serial keyboard port, which has
  60. the following connections:
  61.  
  62.     1  +5 V
  63.     2  RXD
  64.     3  ground
  65.     4  TXD
  66.  
  67. SIO-2 channel B is used for the internal 300 bps modem that some '84
  68. series Kaypro's have.  Both of the B channels are fixed at 300 bps.
  69. --
  70.                   Jeff Wieland
  71.                Jeff_Wieland@ces.purdue.edu